DAS-2293: nudge memory limit from 20Gi to 24Gi for smap-l2-gridder#691
Closed
flamingbear wants to merge 1 commit intomainfrom
Closed
DAS-2293: nudge memory limit from 20Gi to 24Gi for smap-l2-gridder#691flamingbear wants to merge 1 commit intomainfrom
flamingbear wants to merge 1 commit intomainfrom
Conversation
The SPL2SMA is a 3km grid with almost 70 variables which requires a lot of memory to process.
Member
Author
|
I actually think I found a way to decrease my memory use and write the file in pieces. This may be updated to drop the memory footprint |
Member
Author
|
Will submit a different one with lower memory requirements. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The SPL2SMA is a 3km grid with almost 70 variables which requires a lot of memory to process.
Jira Issue ID
DAS-2293
Description
In testing the SPL2SMA collection against the smap-l2-gridder with Harmony-In-A-Box I found I was just nosing over 20Gi, this memory setting should suffice for testing Harmony-In-A-Box.
Local Test Steps
Run a request that will trigger the smap-l2-gridder for the SPL2SMA collection and ensure it completes:
http://localhost:3000/C1268429729-EEDTEST/ogc-api-coverages/1.0.0/collections/parameter_vars/coverage/rangeset?forceAsync=true&outputcrs=EPSG%3A4326&granuleId=G1268429743-EEDTEST&format=application%2Fx-netcdf4&variable=all
(or you can just merge it since it's just changing an environmental variable)
PR Acceptance Checklist